ImageName.Get Method

Syntax

Real_Image_Name as C = .Get( Logical_Image_Name as C )

Arguments

Real_Image_Name

The name of an existing image.

Logical_Image_Name

The name of the logical image associated with the existing image.

Description

The .Get() method returns the name of the existing image that is mapped to a logical image name from the string dictionary.

Example

dim ir as P
dim nm as P
ir = ImageResource.get()
nm = ir.GetBitmapNameMap()
nm.Initialize(<<%str%
a5_control:browse=$a5_browse
%str%)
? nm.get("a5_control:browse")
= $a5_browse

See Also